home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 June
/
Software of the Month Club 1996 June.iso
/
pc
/
os2
/
utility
/
clock
/
except.h
< prev
next >
Wrap
Text File
|
1996-02-21
|
664b
|
19 lines
/****************************************************************** EXCEPT.H
* *
* Exception Handler *
* *
***************************************************************************/
#ifndef EXCEPT_H
#define EXCEPT_H
extern ULONG APIENTRY ExceptionHandler
(
PEXCEPTIONREPORTRECORD pExceptionReportRecord,
PEXCEPTIONREGISTRATIONRECORD pExceptionRegistrationRecord,
PCONTEXTRECORD pContextRecord,
PVOID pDispatcherContext
) ;
#endif